runtime.writeUserArenaHeapBits.mask (field)
6 uses
runtime (current package)
arena.go#L606: mask uintptr // some pointer bits starting at the address addr.
arena.go#L623: h.mask = 0
arena.go#L634: h.mask |= bits << h.valid
arena.go#L641: data := h.mask | bits<<h.valid // mask for this word
arena.go#L642: h.mask = bits >> (ptrBits - h.valid) // leftover for next word
arena.go#L702: bitmap[idx] = bswapIfBigEndian(bswapIfBigEndian(bitmap[idx])&m | h.mask)
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |